00 Structure

Edit the JSON files in the data/ folder to change your site content. Save and refresh your browser — no build tools needed.

File Structure

FileWhat it controls
data/site.jsonSite name, header, CV button, sections list
data/about.jsonBiography / about text
data/publications.jsonPapers and articles
data/research.jsonResearch interests
data/education.jsonDegrees and positions
data/contact.jsonSocial links and contact info

How This Works

There are 6 JSON files inside the data/ folder. Each controls one section of your website.

data/
├── site.json         ← MASTER CONTROLS (name, header, sections list)
├── about.json        ← About Me section
├── publications.json ← Publications list
├── research.json     ← Research interests
├── education.json    ← Education history
└── contact.json      ← Contact icons + info

Just edit the text inside the "" quotes. No coding needed.